home *** CD-ROM | disk | FTP | other *** search
/ Know Your Owls / Know Your Owls.iso / owlwork.zip / owlshuna.tut < prev    next >
Text File  |  1994-10-20  |  3KB  |  127 lines

  1. Owlhunt
  2. (Script new
  3.     add: (ScriptStep new
  4.         playMIDI: 'scripts\owl44f3d.mid';
  5.         yourself);
  6.  
  7.     add: (ScriptStep new
  8.         delay: 1.0;
  9.         mousePointAt: 640 @ 480;
  10.         fullScreen: 'scripts\narrate\hunt256.bmp;;ClrBlack';
  11.         playSound: 'scripts\hunt\1a.wav';
  12.         waitForMci;
  13.         yourself);
  14.     add: (ScriptStep new
  15.         fullScreen: 'buow\091710b.bmp;;ClrBlack';
  16.         playSound: 'scripts\hunt\01.wav';
  17.         waitForMci;
  18.         yourself);
  19.     add: (ScriptStep new
  20.         fullScreen: 'spow\094426b.bmp;;ClrBlack';
  21.         playSound: 'scripts\hunt\02.wav';
  22.         waitForMci;
  23.         yourself);
  24.     add: (ScriptStep new
  25.         fullScreen: 'weso\094438b.bmp;;ClrBlack';
  26.         playSound: 'scripts\hunt\03.wav';
  27.         waitForMci;
  28.         yourself);
  29.     add: (ScriptStep new
  30.         fullScreen: 'leow\091727b.bmp;;ClrBlack';
  31.         playSound: 'scripts\hunt\04.wav';
  32.         waitForMci;
  33.         yourself);
  34.     add: (ScriptStep new
  35.         fullScreen: 'whso\094486b.bmp;;ClrBlack';
  36.         playSound: 'scripts\hunt\05.wav';
  37.         waitForMci;
  38.         delay: 2;
  39.         yourself);
  40.     add: (ScriptStep new
  41.         fullScreen: 'nswo\091751b.bmp;;ClrBlack';
  42.         playSound: 'scripts\hunt\06.wav';
  43.         waitForMci;
  44.         playSound: 'scripts\hunt\stereo.wav';
  45.         waitForMci;
  46.         yourself);
  47.     add: (ScriptStep new
  48.         fullScreen: 'ggow\091722b.bmp;;ClrBlack';
  49.         playSound: 'scripts\hunt\07.wav';
  50.         waitForMci;
  51.         yourself);
  52.     add: (ScriptStep new
  53.         fullScreen: 'snow\091899b.bmp;;ClrBlack';
  54.         playSound: 'scripts\hunt\08.wav';
  55.         waitForMci;
  56.         delay: 1;
  57.         yourself);
  58.     add: (ScriptStep new
  59.         fullScreen: 'brno\091873b.bmp;;ClrBlack';
  60.         playSound: 'scripts\hunt\09.wav';
  61.         waitForMci;
  62.         yourself);
  63.     add: (ScriptStep new
  64.         fullScreen: 'spow\094425b.bmp;;ClrBlack';
  65.         playSound: 'scripts\hunt\10.wav';
  66.         waitForMci;
  67.         yourself);
  68.     add: (ScriptStep new
  69.         fullScreen: 'nhow\0918100b.bmp;;ClrBlack';
  70.         playSound: 'scripts\hunt\11.wav';
  71.         waitForMci;
  72.         yourself);
  73.     add: (ScriptStep new
  74.         fullScreen: 'weso\070411b.bmp;;ClrBlack';
  75.         playSound: 'scripts\hunt\12.wav';
  76.         waitForMci;
  77.         yourself);
  78.  
  79.     add: (ScriptStep new
  80.         fullScreen: 'prey\096036b.bmp;;ClrBlack';
  81.         playSound: 'scripts\hunt\13.wav';
  82.         waitForMci;
  83.         yourself);
  84.  
  85.     add: (ScriptStep new
  86.         fullScreen: 'nhow\091703b.bmp;;ClrBlack';
  87.         playSound: 'scripts\hunt\15.wav';
  88.         waitForMci;
  89.  
  90.         yourself);
  91.  
  92.     add: (ScriptStep new
  93.         fullScreen: 'nhow\070472b.bmp;;ClrBlack';
  94.         playSound: 'scripts\hunt\16.wav';
  95.         waitForMci;
  96.         yourself);
  97.  
  98.     add: (ScriptStep new
  99.         fullScreen: 'habitat\096011b.bmp;;ClrBlack';
  100.         playSound: 'scripts\hunt\17.wav';
  101.         waitForMci;
  102.         yourself);
  103.  
  104.     add: (ScriptStep new
  105.         fullScreen: 'brno\091875b.bmp;;ClrBlack';
  106.         playSound: 'scripts\hunt\18.wav';
  107.         waitForMci;
  108.         yourself);
  109.  
  110.     add: (ScriptStep new
  111.         fullScreen: 'brno\091877b.bmp;;ClrBlack';
  112.         playSound: 'scripts\hunt\19.wav';
  113.         waitForMci;
  114.         yourself);
  115.  
  116.     add: (ScriptStep new
  117.         playSound: 'scripts\end1.wav';
  118.         waitForMci;
  119.         yourself);
  120.  
  121.     add: (ScriptStep new
  122.         stopMIDI;
  123.         yourself);
  124.  
  125.     yourself)
  126.  
  127.